home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-06-16 | 960 b | 9 lines | [ttro/ttxt] |
- Performing Various Matrix Operations
- Matrix Helper is an application to help with basic matrix operations like inverting, row-reducing, solving a system of linear equations and more...
- The application utilizes several features including:
- - dynamic memory allocation, allowing the user to enter a large matrix depending on the amount of RAM allocated to the application.
- - Improved solver for a system of equations using Gauss-Jordan method with full pivoting to handle ill-conditioned matrices.
- - Ability to read/write large matrices that the application would not be able to display in the application's window.
- - Display matrix in main and console windows, so the user can copy the numbers as text right out of the visible part of the console window.
- Version 1.1 fixes a small bug that caused the determinant to be zero if some of the diagonal numbers were very small.
- Other additions include three options to view numbers, e.g. 3.20e-2 or 0.032 or 0.032000.